Cached Product Data

Returns the cached JSON payload for a product from pricestest.products_cache.

HTTP: GET /data/product/{productId}

Path parameters

NameTypeRequiredDescriptionExample
productIdstringyesInternal DynPricing product identifier.900258

Query parameters

NameTypeRequiredDescriptionExample
domainstringyesDomain that owns the cached product entry.profi-parfemy.cz

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/data/product/{productId}?domain=profi-parfemy.cz"

Interactive call

Path parameters

Note: This endpoint uses path parameters. Use the "Open API Endpoint" button above to test it properly.

Queue workflow

Tasks are persisted to var/api_queue/tasks.json. Process them with:

php go.php cron:list\nphp go.php cron:go

Logs are written to var/api_queue/logs/{task_id}.log.